home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Database / OrderByTest / OrderBy.h < prev    next >
Text File  |  1995-06-12  |  451b  |  21 lines

  1. /* OrderBy.h:
  2.  * You may freely copy, distribute, and reuse the code in this example.
  3.  * NeXT disclaims any warranty of any kind, expressed or  implied, as to its
  4.  * fitness for any particular use.
  5.  *
  6.  *
  7.  */
  8.  
  9. #import <appkit/appkit.h>
  10.  
  11. @interface OrderBy:Object
  12. {
  13.     id    module;
  14.     id    tableView;
  15.     id    sortProp;
  16. }
  17. - appDidInit: sender;
  18. - fetchGroupWillFetch: sender;
  19. - tableView:sender movedColumnFrom:(unsigned int) old to:(unsigned int) new;
  20. @end
  21.